set

@JvmName(name = "setInclude")
operator fun DslList<String, NanoPBOptionsKt.Dsl.IncludeProxy>.set(index: Int, value: String)
Extra files to include in generated `.pb.h`

repeated string include = 24;

Parameters

index

The index to set the value at.

value

The include to set.


@JvmName(name = "setExclude")
operator fun DslList<String, NanoPBOptionsKt.Dsl.ExcludeProxy>.set(index: Int, value: String)
Automatic includes to exclude from generated `.pb.h`
Same as nanopb_generator.py command line flag -x.

repeated string exclude = 26;

Parameters

index

The index to set the value at.

value

The exclude to set.